home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 48 / PC Gamer IT CD 48 2-2.iso / utility / nmail28u / DISK1 / _SETUP.1 / NETMAIL.EXE / 0 / RCDATA / TADDNAMEMENU / TADDNAMEMENU.txt
Text File  |  1999-09-10  |  1KB  |  63 lines

  1. object AddNameMenu: TAddNameMenu
  2.   Left = 247
  3.   Top = 104
  4.   HelpContext = 70
  5.   AutoScroll = False
  6.   Caption = 'New MailBox'
  7.   ClientHeight = 129
  8.   ClientWidth = 281
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   HelpFile = 'netmail.hlp'
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Label1: TLabel
  18.     Left = 8
  19.     Top = 5
  20.     Width = 166
  21.     Height = 13
  22.     Caption = 'Creating a mailbox in the Top Level'
  23.   end
  24.   object Label2: TLabel
  25.     Left = 10
  26.     Top = 23
  27.     Width = 107
  28.     Height = 13
  29.     Caption = 'Name the new mailbox'
  30.   end
  31.   object SpeedButton1: TSpeedButton
  32.     Left = 56
  33.     Top = 92
  34.     Width = 81
  35.     Height = 25
  36.     Caption = 'OK'
  37.     OnClick = SpeedButton1Click
  38.   end
  39.   object SpeedButton2: TSpeedButton
  40.     Left = 160
  41.     Top = 92
  42.     Width = 81
  43.     Height = 25
  44.     Caption = 'Cancel'
  45.     OnClick = SpeedButton2Click
  46.   end
  47.   object EditNameMenu: TEdit
  48.     Left = 10
  49.     Top = 42
  50.     Width = 257
  51.     Height = 21
  52.     TabOrder = 0
  53.   end
  54.   object Folder: TCheckBox
  55.     Left = 32
  56.     Top = 72
  57.     Width = 57
  58.     Height = 17
  59.     Caption = 'Folder'
  60.     TabOrder = 1
  61.   end
  62. end
  63.